The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "yaml::syck"

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 187 direct dependents • 771 total dependents

This module provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. NOTE: If you are working with other language's ...

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC - Search in distribution

YAML::Parser::Syck - Perl Wrapper for the YAML Parser Extension: libsyck River stage zero No dependents

libsyck is a *gift* from a gifted Stiff named 'Why'. YAML::Parser::Syck is an XS module that binds libsyck to Perl....

INGY/YAML-Parser-Syck-0.01 - 01 Oct 2003 21:51:49 UTC - Search in distribution

Data::Serializer::YAML::Syck - Creates bridge between Data::Serializer and YAML::Syck River stage two • 41 direct dependents • 87 total dependents

Module is used internally to Data::Serializer serialize - Wrapper to normalize serializer method name deserialize - Wrapper to normalize deserializer method name...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

App::CLI::Plugin::Config::YAML::Syck - for App::CLI::Extension config plugin module River stage zero No dependents

App::CLI::Extension YAML::Syck Configuration plugin module The priority of the config file (name of the execute file in the case of *myapp*) 1. /etc/myapp.yml 2. /usr/local/etc/myapp.yaml 3. $HOME/.myapp.yml 4. $APPCLI_CONFIGFILE(environ variable. if...

HOLLY/App-CLI-Plugin-Config-YAML-Syck-1.2 - 04 Jan 2010 14:56:22 UTC - Search in distribution

lib/YAML/SyckWrapper.pm River stage one • 1 direct dependent • 2 total dependents

VSESPB/YAML-SyckWrapper-0.001 - 26 Oct 2017 14:27:41 UTC - Search in distribution

YAML - YAML Ain't Markup Language™ River stage four • 627 direct dependents • 2019 total dependents

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structur...

INGY/YAML-1.31 - 27 Dec 2023 15:11:23 UTC - Search in distribution
  • YAML::Any - Pick a YAML implementation and use it.

Jifty::YAML - Wrapper around YAML River stage two • 33 direct dependents • 33 total dependents

Provides a wrapper around the YAML library. If the faster YAML::Syck is available, then it's used instead....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC - Search in distribution

yt - YAML Tester for Perl Implementations River stage zero No dependents

This command line tool, "yt", can be used to run the entire YAML-Tests suite against a particular Perl YAML implementation. "yt" is basically a wrapper around "prove". As such, it accepts and passes along "prove" command line options. The main differ...

INGY/YAML-Tests-0.06 - 22 Jun 2007 01:07:42 UTC - Search in distribution

YAML::XS - Perl YAML Serialization using XS and libyaml River stage four • 260 direct dependents • 1141 total dependents

Kirill Simonov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. This module is a Perl XS binding to libyaml which of...

TINITA/YAML-LibYAML-0.89 - 27 Jan 2024 00:45:43 UTC - Search in distribution

YAML::Any - Pick a YAML implementation and use it. River stage three • 5 direct dependents • 546 total dependents

There are several YAML implementations that support the Dump/Load API. This module selects the best one available and uses it....

INGY/YAML-Old-1.23 - 11 May 2017 14:03:25 UTC - Search in distribution

XXX - See Your Data in the Nude River stage three • 11 direct dependents • 129 total dependents

"XXX.pm" exports a function called "XXX" that you can put just about anywhere in your Perl code to make it die with a YAML dump of the arguments to its right. The charm of XXX-debugging is that it is easy to type, rarely requires parens and stands ou...

INGY/XXX-0.38 - 23 Jun 2021 23:39:48 UTC - Search in distribution

Best - Load modules with fallback River stage two • 6 direct dependents • 11 total dependents

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not ...

GAAL/Best-0.15 - 07 Dec 2012 09:25:43 UTC - Search in distribution

txt2html - convert plain text file to HTML. River stage one • 3 direct dependents • 4 total dependents

txt2html converts plain text files to HTML. It supports headings, tables, lists, simple character markup, and hyperlinking, and is highly customizable. It recognizes some of the apparent structure of the source document (mostly whitespace and typogra...

RUBYKAT/txt2html-2.5201 - 21 May 2013 06:41:06 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

jpath - Command-line tool for JSON::Path River stage one • 1 direct dependent • 1 total dependent

This script provides a simple, relatively straightforward command-line interface for JSON::Path. It accepts JSON input as well as several other formats; and similarly can output JSON or alternative formats. This script sets $JSON::Path::Safe to 0 so ...

PERLANCAR/App-jpath-0.050 - 26 Apr 2023 00:05:41 UTC - Search in distribution

svn-bisect River stage zero No dependents

This tool's purpose is to help you determine which revision of a subversion repository contains a change. It does this by employing a binary search. It will manage the current revision of your checkout directory, and narrow in on the target revision,...

INFINOID/App-SVN-Bisect-1.1 - 29 Aug 2010 13:56:37 UTC - Search in distribution

tchart - Create chart for your data structure River stage one • 1 direct dependent • 1 total dependent

This program creates a chart for your data structure, either in the form of an array, array of arrays, hash, array of hashes. You can use it to quickly visualize a data structure on a console. It accepts input as JSON, or several other alternative fo...

PERLANCAR/App-tchart-0.062 - 23 Feb 2024 01:54:00 UTC - Search in distribution

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution
137 results (0.072 seconds)